home *** CD-ROM | disk | FTP | other *** search
/ Champak 143 / (Vol 143) Nov 15 2011.iso / Games / rubenlandia.swf / scripts / frame_9 / PlaceObject2_129_164 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-11-15  |  455b  |  23 lines

  1. onClipEvent(enterFrame){
  2.    this._x += n;
  3.    count++;
  4.    if(count == 70)
  5.    {
  6.       count = 0;
  7.       n = - n;
  8.       this._xscale = - this._xscale;
  9.    }
  10.    if(this.hitTest(_root.hero))
  11.    {
  12.       _root.vides -= 1;
  13.       _root.playGame = false;
  14.       _root.hero.gotoAndStop(3);
  15.       barreta = 100 - _root.vides;
  16.       _root.barra.gotoAndStop(barreta);
  17.       if(_root.vides == 0)
  18.       {
  19.          _root.gotoAndPlay(19);
  20.       }
  21.    }
  22. }
  23.